home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000272_news@newsmaster….columbia.edu _Mon Sep 1 11:54:00 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA27681
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 1 Sep 1997 11:53:59 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA28322
  7.     for kermit.misc@watsun; Mon, 1 Sep 1997 11:53:58 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc,comp.unix.questions,comp.unix.admin,comp.unix.misc,comp.unix.ultrix,comp.unix.shell
  11. Subject: Re: Do not get connected at 33.6K
  12. Date: 1 Sep 1997 15:53:56 GMT
  13. Organization: Columbia University
  14. Lines: 38
  15. Message-ID: <5ueoek$3io$1@apakabar.cc.columbia.edu>
  16. References: <5tsn5b$o9q@newslink.runet.edu> <5u289d$3qi$1@nntp.Stanford.EDU> <5u41kn$5sb$1@apakabar.cc.columbia.edu> <5u8q9g$1ff$2@nntp.Stanford.EDU>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7591 comp.unix.questions:116246 comp.unix.admin:70427 comp.unix.misc:35339 comp.unix.ultrix:31820 comp.unix.shell:54438
  19.  
  20. In article <5u8q9g$1ff$2@nntp.Stanford.EDU>,
  21. Jonathan Stone <jonathan@DSG.Stanford.EDU> wrote:
  22. : In article <5u41kn$5sb$1@apakabar.cc.columbia.edu>,
  23. : fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  24. : > In article <5u289d$3qi$1@nntp.Stanford.EDU>,
  25. : > Jonathan Stone <jonathan@DSG.Stanford.EDU> wrote:
  26. : > : The preferred Ultrix software interface for ttys is POSIX-compatible
  27. : > : termios.  I have no idea what C-Kermit uses.
  28. : > : 
  29. : > Not to prolong this unnecessarily, but C-Kermit supports all versions of
  30. : > Ultrix back to 1.0, which probably predates POSIX.1.
  31. : Do you mean version 1 of Ultrix-11 or of ultrix32/ultrix-32m?  All
  32. : predate 1988, and therefore POSIX.1.  I'd be pleasantly suprised if
  33. : C-Kermit links successfully on Ultrix-11 systems with split I/D, and
  34. : hugely suprised if it links on Ultrix-11 systems without split I/D.
  35. : (ISTR early Ultrix relases ran on 11/34s.)
  36. I too would be hugely surprised at the latter, but I don't have access to
  37. any Ultrix-11 systems to try it, nor has anybody else ever reported back to
  38. me about it.  However, I am (still) able to build C-Kermit on PDP-11s with
  39. 2.xBSD by using overlays, and I assume Ultrix-11 could follow a similar
  40. path, especially since it, too, is BSD-based.
  41.  
  42. If anyone out there still uses Ultrix-11, I'd be happy to work with them
  43. on getting the latest C-Kermit working there.
  44.  
  45. : Still, I assume you know this best...
  46. : > I'm perfectly willing to add any code necessary to support higher serial
  47. : > speeds and hardware flow control, but I have yet to see any evidence that
  48. : > these are supported by any version of Ultrix.
  49. : Ummm, have you tried ioctl(fd, TIOCMSET, ....)?
  50. That's not flow control.  Flow control has to be done by the driver, not the
  51. application.
  52.  
  53. - Frank